Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

CacheItem<T> Constructor(String,T,String)






Unique identifier for this cache entry. This value will be stored in Key.
The data for this cache entry. This value will be stored in Value.
The name of the region in the cache. This value will be stored in RegionName.
Initializes a new instance of CacheItem with the specified key and value and region.
Syntax
public CacheItem<T>( 
   string key,
   T value,
   string regionName
)
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal value As T, _
   ByVal regionName As String _
)
'Usage
 
Dim key As String
Dim value As T
Dim regionName As String
 
Dim instance As New CacheItem(Of T)(key, value, regionName)
public CacheItem(String key, T value, String regionName)
            
public:
CacheItem<T>( 
   String^ key,
   T^ value,
   String^ regionName
)

Parameters

key
Unique identifier for this cache entry. This value will be stored in Key.
value
The data for this cache entry. This value will be stored in Value.
regionName
The name of the region in the cache. This value will be stored in RegionName.
Requirements

Target Platforms

See Also

Reference

CacheItem<T> Class
CacheItem<T> Members
Overload List

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features